object FrmSubstDialog: TFrmSubstDialog Left = 411 Top = 454 BorderStyle = bsDialog Caption = 'Substitute Drive' ClientHeight = 152 ClientWidth = 411 Color = 16763573 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object SpeedButton1: TSpeedButton Left = 376 Top = 64 Width = 23 Height = 22 Caption = '...' OnClick = SpeedButton1Click end object Label1: TLabel Left = 16 Top = 8 Width = 362 Height = 20 Caption = 'Select drive letter and path for tthe new drive' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 48 Width = 55 Height = 13 Caption = 'Drive Letter' end object Label3: TLabel Left = 96 Top = 48 Width = 22 Height = 13 Caption = 'Path' end object Edit1: TEdit Left = 96 Top = 64 Width = 273 Height = 21 TabOrder = 0 end object BitBtn1: TBitBtn Left = 248 Top = 104 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object BitBtn2: TBitBtn Left = 328 Top = 104 Width = 75 Height = 25 TabOrder = 2 Kind = bkOK end object Edit2: TEdit Left = 16 Top = 64 Width = 73 Height = 21 CharCase = ecUpperCase MaxLength = 1 TabOrder = 3 end end